env: Rename env_driver_lookup_default and env_get_default_location
authorMaxime Ripard <[email protected]>
Tue, 23 Jan 2018 20:16:51 +0000 (21:16 +0100)
committerTom Rini <[email protected]>
Sat, 27 Jan 2018 14:19:11 +0000 (09:19 -0500)
commit52746c43d6aeaa13a39b5cfbd05fce5ee47fbfdc
treef6ab1e47f64700ebeff62f228d09a5d686c770d9
parent9c24dfb2b80cba73b79da36321eb23f47d4a9aa3
env: Rename env_driver_lookup_default and env_get_default_location

The env_driver_lookup_default and env_get_default_location functions are
about to get refactored to support loading from multiple environment.

The name is therefore not really well suited anymore. Drop the default
part to be a bit more relevant.

Reviewed-by: Andre Przywara <[email protected]>
Reviewed-by: Lukasz Majewski <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
env/env.c